home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Trial / Webroot Internet Security Essentials / WebrootSecurityTrialSetup_EN.exe / {app} / SpySweeperUI.exe / 0 / RCDATA / TFRMWINDOWSSETTINGS / TFRMWINDOWSSETTINGS.txt
Text File  |  2008-11-13  |  16KB  |  606 lines

  1. object frmWindowsSettings: TfrmWindowsSettings
  2.   Left = 352
  3.   Top = 270
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Windows Cleanup Items - Webroot Internet Security Essentials'
  7.   ClientHeight = 453
  8.   ClientWidth = 549
  9.   Color = clWhite
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   DesignSize = (
  21.     549
  22.     453)
  23.   PixelsPerInch = 96
  24.   TextHeight = 16
  25.   object lblHeaderLabel: TResLabel
  26.     Left = 8
  27.     Top = 8
  28.     Width = 253
  29.     Height = 14
  30.     Caption = 'Select Individual Windows Cleanup Items'
  31.     Font.Charset = ANSI_CHARSET
  32.     Font.Color = clWindowText
  33.     Font.Height = -12
  34.     Font.Name = 'Tahoma'
  35.     Font.Style = [fsBold]
  36.     ParentFont = False
  37.   end
  38.   object btnCancel: TTeButton
  39.     Left = 452
  40.     Top = 415
  41.     Width = 90
  42.     Height = 25
  43.     OnClick = btnCancelClick
  44.     Anchors = [akRight, akBottom]
  45.     Caption = 'Cancel'
  46.     Spacing = 1
  47.     TabOrder = 0
  48.     WordWrap = True
  49.   end
  50.   object btnOK: TTeButton
  51.     Left = 353
  52.     Top = 415
  53.     Width = 90
  54.     Height = 25
  55.     OnClick = btnOKClick
  56.     Anchors = [akRight, akBottom]
  57.     Cancel = True
  58.     Caption = 'OK'
  59.     Spacing = 1
  60.     TabOrder = 1
  61.     WordWrap = True
  62.   end
  63.   object pgcInternetCleanup: TPageControl
  64.     Left = 8
  65.     Top = 40
  66.     Width = 533
  67.     Height = 369
  68.     ActivePage = tabStartMenu
  69.     Font.Charset = ANSI_CHARSET
  70.     Font.Color = clWindowText
  71.     Font.Height = -12
  72.     Font.Name = 'Tahoma'
  73.     Font.Style = []
  74.     ParentFont = False
  75.     TabOrder = 2
  76.     object tabStartMenu: TTabSheet
  77.       Caption = 'Start Menu and Desktop'
  78.       object cbxRecycleBin: TResTeCheckBox
  79.         Left = 3
  80.         Top = 16
  81.         Width = 519
  82.         Height = 20
  83.         ShowHint = True
  84.         Caption = 'Recycle Bin'
  85.         AllowGrayed = False
  86.         Alignment = kalLeftJustify
  87.         Checked = False
  88.         Font.Charset = DEFAULT_CHARSET
  89.         Font.Color = clWindowText
  90.         Font.Height = -12
  91.         Font.Name = 'MS Shell Dlg 2'
  92.         Font.Style = []
  93.         Spacing = 5
  94.         State = kcbsUnChecked
  95.         ThemeObject = 'default'
  96.         TabOrder = 0
  97.         Transparent = True
  98.         WordWrap = False
  99.         ResourceHint = 42314
  100.       end
  101.       object cbxDocumentHistory: TResTeCheckBox
  102.         Left = 3
  103.         Top = 42
  104.         Width = 519
  105.         Height = 20
  106.         ShowHint = True
  107.         Caption = 'Document History'
  108.         AllowGrayed = False
  109.         Alignment = kalLeftJustify
  110.         Checked = False
  111.         Font.Charset = DEFAULT_CHARSET
  112.         Font.Color = clWindowText
  113.         Font.Height = -12
  114.         Font.Name = 'MS Shell Dlg 2'
  115.         Font.Style = []
  116.         Spacing = 5
  117.         State = kcbsUnChecked
  118.         ThemeObject = 'default'
  119.         TabOrder = 1
  120.         Transparent = True
  121.         WordWrap = False
  122.         ResourceHint = 42315
  123.       end
  124.       object cbxStartMenuClickHistory: TResTeCheckBox
  125.         Left = 3
  126.         Top = 68
  127.         Width = 519
  128.         Height = 20
  129.         ShowHint = True
  130.         Caption = 'Start menu click history'
  131.         AllowGrayed = False
  132.         Alignment = kalLeftJustify
  133.         Checked = False
  134.         Font.Charset = DEFAULT_CHARSET
  135.         Font.Color = clWindowText
  136.         Font.Height = -12
  137.         Font.Name = 'MS Shell Dlg 2'
  138.         Font.Style = []
  139.         Spacing = 5
  140.         State = kcbsUnChecked
  141.         ThemeObject = 'default'
  142.         TabOrder = 2
  143.         Transparent = True
  144.         WordWrap = False
  145.         ResourceHint = 42316
  146.       end
  147.       object cbxRunHistory: TResTeCheckBox
  148.         Left = 3
  149.         Top = 94
  150.         Width = 519
  151.         Height = 20
  152.         ShowHint = True
  153.         Caption = 'Run history'
  154.         AllowGrayed = False
  155.         Alignment = kalLeftJustify
  156.         Checked = False
  157.         Font.Charset = DEFAULT_CHARSET
  158.         Font.Color = clWindowText
  159.         Font.Height = -12
  160.         Font.Name = 'MS Shell Dlg 2'
  161.         Font.Style = []
  162.         Spacing = 5
  163.         State = kcbsUnChecked
  164.         ThemeObject = 'default'
  165.         TabOrder = 3
  166.         Transparent = True
  167.         WordWrap = False
  168.         ResourceHint = 42317
  169.       end
  170.       object cbxSearchHistory: TResTeCheckBox
  171.         Left = 3
  172.         Top = 120
  173.         Width = 519
  174.         Height = 20
  175.         ShowHint = True
  176.         Caption = 'Find and search history'
  177.         AllowGrayed = False
  178.         Alignment = kalLeftJustify
  179.         Checked = False
  180.         Font.Charset = DEFAULT_CHARSET
  181.         Font.Color = clWindowText
  182.         Font.Height = -12
  183.         Font.Name = 'MS Shell Dlg 2'
  184.         Font.Style = []
  185.         Spacing = 5
  186.         State = kcbsUnChecked
  187.         ThemeObject = 'default'
  188.         TabOrder = 4
  189.         Transparent = True
  190.         WordWrap = False
  191.         ResourceHint = 42318
  192.       end
  193.       object cbxStartMenuOrder: TResTeCheckBox
  194.         Left = 3
  195.         Top = 146
  196.         Width = 519
  197.         Height = 20
  198.         ShowHint = True
  199.         Caption = 'Start menu order history'
  200.         AllowGrayed = False
  201.         Alignment = kalLeftJustify
  202.         Checked = False
  203.         Font.Charset = DEFAULT_CHARSET
  204.         Font.Color = clWindowText
  205.         Font.Height = -12
  206.         Font.Name = 'MS Shell Dlg 2'
  207.         Font.Style = []
  208.         Spacing = 5
  209.         State = kcbsUnChecked
  210.         ThemeObject = 'default'
  211.         TabOrder = 5
  212.         Transparent = True
  213.         WordWrap = False
  214.         ResourceHint = 42319
  215.       end
  216.     end
  217.     object tabWindowsSystem: TTabSheet
  218.       Caption = 'Windows System'
  219.       ImageIndex = 1
  220.       object cbxClipboard: TResTeCheckBox
  221.         Left = 3
  222.         Top = 16
  223.         Width = 519
  224.         Height = 20
  225.         ShowHint = True
  226.         Caption = 'Clipboard contents'
  227.         AllowGrayed = False
  228.         Alignment = kalLeftJustify
  229.         Checked = False
  230.         Font.Charset = DEFAULT_CHARSET
  231.         Font.Color = clWindowText
  232.         Font.Height = -12
  233.         Font.Name = 'MS Shell Dlg 2'
  234.         Font.Style = []
  235.         Spacing = 5
  236.         State = kcbsUnChecked
  237.         ThemeObject = 'default'
  238.         TabOrder = 0
  239.         Transparent = True
  240.         WordWrap = False
  241.         ResourceHint = 42320
  242.       end
  243.       object cbxWindowsTemp: TResTeCheckBox
  244.         Left = 3
  245.         Top = 42
  246.         Width = 519
  247.         Height = 20
  248.         ShowHint = True
  249.         Caption = 'Windows Temp folder'
  250.         AllowGrayed = False
  251.         Alignment = kalLeftJustify
  252.         Checked = False
  253.         Font.Charset = DEFAULT_CHARSET
  254.         Font.Color = clWindowText
  255.         Font.Height = -12
  256.         Font.Name = 'MS Shell Dlg 2'
  257.         Font.Style = []
  258.         Spacing = 5
  259.         State = kcbsUnChecked
  260.         ThemeObject = 'default'
  261.         TabOrder = 1
  262.         Transparent = True
  263.         WordWrap = False
  264.         ResourceHint = 42321
  265.       end
  266.       object cbxSystemTemp: TResTeCheckBox
  267.         Left = 3
  268.         Top = 68
  269.         Width = 519
  270.         Height = 20
  271.         ShowHint = True
  272.         Caption = 'System Temp folder'
  273.         AllowGrayed = False
  274.         Alignment = kalLeftJustify
  275.         Checked = False
  276.         Font.Charset = DEFAULT_CHARSET
  277.         Font.Color = clWindowText
  278.         Font.Height = -12
  279.         Font.Name = 'MS Shell Dlg 2'
  280.         Font.Style = []
  281.         Spacing = 5
  282.         State = kcbsUnChecked
  283.         ThemeObject = 'default'
  284.         TabOrder = 2
  285.         Transparent = True
  286.         WordWrap = False
  287.         ResourceHint = 42322
  288.       end
  289.       object cbxMSDownloadTemp: TResTeCheckBox
  290.         Left = 3
  291.         Top = 94
  292.         Width = 519
  293.         Height = 20
  294.         ShowHint = True
  295.         Caption = 'MSDownload temporary folder'
  296.         AllowGrayed = False
  297.         Alignment = kalLeftJustify
  298.         Checked = False
  299.         Font.Charset = DEFAULT_CHARSET
  300.         Font.Color = clWindowText
  301.         Font.Height = -12
  302.         Font.Name = 'MS Shell Dlg 2'
  303.         Font.Style = []
  304.         Spacing = 5
  305.         State = kcbsUnChecked
  306.         ThemeObject = 'default'
  307.         TabOrder = 3
  308.         Transparent = True
  309.         WordWrap = False
  310.         ResourceHint = 42323
  311.       end
  312.       object cbxTempWindowsUpdate: TResTeCheckBox
  313.         Left = 3
  314.         Top = 120
  315.         Width = 519
  316.         Height = 20
  317.         ShowHint = True
  318.         Caption = 'Temporary Windows Update files'
  319.         AllowGrayed = False
  320.         Alignment = kalLeftJustify
  321.         Checked = False
  322.         Font.Charset = DEFAULT_CHARSET
  323.         Font.Color = clWindowText
  324.         Font.Height = -12
  325.         Font.Name = 'MS Shell Dlg 2'
  326.         Font.Style = []
  327.         Spacing = 5
  328.         State = kcbsUnChecked
  329.         ThemeObject = 'default'
  330.         TabOrder = 4
  331.         Transparent = True
  332.         WordWrap = False
  333.         ResourceHint = 42324
  334.       end
  335.       object cbxPageFile: TResTeCheckBox
  336.         Left = 3
  337.         Top = 146
  338.         Width = 519
  339.         Height = 20
  340.         ShowHint = True
  341.         Caption = 'Paging (swap) file'
  342.         AllowGrayed = False
  343.         Alignment = kalLeftJustify
  344.         Checked = False
  345.         Font.Charset = DEFAULT_CHARSET
  346.         Font.Color = clWindowText
  347.         Font.Height = -12
  348.         Font.Name = 'MS Shell Dlg 2'
  349.         Font.Style = []
  350.         Spacing = 5
  351.         State = kcbsUnChecked
  352.         ThemeObject = 'default'
  353.         TabOrder = 5
  354.         Transparent = True
  355.         WordWrap = False
  356.         ResourceHint = 42325
  357.       end
  358.       object cbxRegistryStreams: TResTeCheckBox
  359.         Left = 3
  360.         Top = 172
  361.         Width = 519
  362.         Height = 20
  363.         ShowHint = True
  364.         Caption = 'Registry streams'
  365.         AllowGrayed = False
  366.         Alignment = kalLeftJustify
  367.         Checked = False
  368.         Font.Charset = DEFAULT_CHARSET
  369.         Font.Color = clWindowText
  370.         Font.Height = -12
  371.         Font.Name = 'MS Shell Dlg 2'
  372.         Font.Style = []
  373.         Spacing = 5
  374.         State = kcbsUnChecked
  375.         ThemeObject = 'default'
  376.         TabOrder = 6
  377.         Transparent = True
  378.         WordWrap = False
  379.         ResourceHint = 42326
  380.       end
  381.       object cbxDefaultLogonUser: TResTeCheckBox
  382.         Left = 3
  383.         Top = 198
  384.         Width = 519
  385.         Height = 20
  386.         ShowHint = True
  387.         Caption = 'Default Windows logon user name'
  388.         AllowGrayed = False
  389.         Alignment = kalLeftJustify
  390.         Checked = False
  391.         Font.Charset = DEFAULT_CHARSET
  392.         Font.Color = clWindowText
  393.         Font.Height = -12
  394.         Font.Name = 'MS Shell Dlg 2'
  395.         Font.Style = []
  396.         Spacing = 5
  397.         State = kcbsUnChecked
  398.         ThemeObject = 'default'
  399.         TabOrder = 7
  400.         Transparent = True
  401.         WordWrap = False
  402.         ResourceHint = 42327
  403.       end
  404.       object cbxMemoryDumpFiles: TResTeCheckBox
  405.         Left = 3
  406.         Top = 224
  407.         Width = 519
  408.         Height = 20
  409.         ShowHint = True
  410.         Caption = 'Memory dump files'
  411.         AllowGrayed = False
  412.         Alignment = kalLeftJustify
  413.         Checked = False
  414.         Font.Charset = DEFAULT_CHARSET
  415.         Font.Color = clWindowText
  416.         Font.Height = -12
  417.         Font.Name = 'MS Shell Dlg 2'
  418.         Font.Style = []
  419.         Spacing = 5
  420.         State = kcbsUnChecked
  421.         ThemeObject = 'default'
  422.         TabOrder = 8
  423.         Transparent = True
  424.         WordWrap = False
  425.         ResourceHint = 42328
  426.       end
  427.       object cbxCDBurningStorage: TResTeCheckBox
  428.         Left = 3
  429.         Top = 250
  430.         Width = 519
  431.         Height = 20
  432.         ShowHint = True
  433.         Caption = 'CD burning storage folder'
  434.         AllowGrayed = False
  435.         Alignment = kalLeftJustify
  436.         Checked = False
  437.         Font.Charset = DEFAULT_CHARSET
  438.         Font.Color = clWindowText
  439.         Font.Height = -12
  440.         Font.Name = 'MS Shell Dlg 2'
  441.         Font.Style = []
  442.         Spacing = 5
  443.         State = kcbsUnChecked
  444.         ThemeObject = 'default'
  445.         TabOrder = 9
  446.         Transparent = True
  447.         WordWrap = False
  448.         ResourceHint = 42329
  449.       end
  450.     end
  451.     object tabOffice: TTabSheet
  452.       Caption = 'Microsoft Office'
  453.       ImageIndex = 2
  454.       object cbxMsAccess: TResTeCheckBox
  455.         Left = 3
  456.         Top = 19
  457.         Width = 519
  458.         Height = 20
  459.         ShowHint = True
  460.         Caption = 'Microsoft Access'
  461.         AllowGrayed = False
  462.         Alignment = kalLeftJustify
  463.         Checked = False
  464.         Enabled = False
  465.         Font.Charset = DEFAULT_CHARSET
  466.         Font.Color = clWindowText
  467.         Font.Height = -12
  468.         Font.Name = 'MS Shell Dlg 2'
  469.         Font.Style = []
  470.         Spacing = 5
  471.         State = kcbsUnChecked
  472.         ThemeObject = 'default'
  473.         TabOrder = 0
  474.         Transparent = True
  475.         WordWrap = False
  476.         ResourceHint = 42330
  477.       end
  478.       object cbxMsExcel: TResTeCheckBox
  479.         Left = 3
  480.         Top = 45
  481.         Width = 519
  482.         Height = 20
  483.         ShowHint = True
  484.         Caption = 'Microsoft Excel'
  485.         AllowGrayed = False
  486.         Alignment = kalLeftJustify
  487.         Checked = False
  488.         Enabled = False
  489.         Font.Charset = DEFAULT_CHARSET
  490.         Font.Color = clWindowText
  491.         Font.Height = -12
  492.         Font.Name = 'MS Shell Dlg 2'
  493.         Font.Style = []
  494.         Spacing = 5
  495.         State = kcbsUnChecked
  496.         ThemeObject = 'default'
  497.         TabOrder = 1
  498.         Transparent = True
  499.         WordWrap = False
  500.         ResourceHint = 42331
  501.       end
  502.       object cbxMsOutlook: TResTeCheckBox
  503.         Left = 3
  504.         Top = 71
  505.         Width = 519
  506.         Height = 20
  507.         ShowHint = True
  508.         Caption = 'Microsoft Outlook'
  509.         AllowGrayed = False
  510.         Alignment = kalLeftJustify
  511.         Checked = False
  512.         Enabled = False
  513.         Font.Charset = DEFAULT_CHARSET
  514.         Font.Color = clWindowText
  515.         Font.Height = -12
  516.         Font.Name = 'MS Shell Dlg 2'
  517.         Font.Style = []
  518.         Spacing = 5
  519.         State = kcbsUnChecked
  520.         ThemeObject = 'default'
  521.         TabOrder = 2
  522.         Transparent = True
  523.         WordWrap = False
  524.         ResourceHint = 42332
  525.       end
  526.       object cbxMsWord: TResTeCheckBox
  527.         Left = 3
  528.         Top = 149
  529.         Width = 519
  530.         Height = 20
  531.         ShowHint = True
  532.         Caption = 'Microsoft Word'
  533.         AllowGrayed = False
  534.         Alignment = kalLeftJustify
  535.         Checked = False
  536.         Enabled = False
  537.         Font.Charset = DEFAULT_CHARSET
  538.         Font.Color = clWindowText
  539.         Font.Height = -12
  540.         Font.Name = 'MS Shell Dlg 2'
  541.         Font.Style = []
  542.         Spacing = 5
  543.         State = kcbsUnChecked
  544.         ThemeObject = 'default'
  545.         TabOrder = 3
  546.         Transparent = True
  547.         WordWrap = False
  548.         ResourceHint = 42335
  549.       end
  550.       object cbxMsPaint: TResTeCheckBox
  551.         Left = 3
  552.         Top = 97
  553.         Width = 519
  554.         Height = 20
  555.         ShowHint = True
  556.         Caption = 'Microsoft Paint'
  557.         AllowGrayed = False
  558.         Alignment = kalLeftJustify
  559.         Checked = False
  560.         Enabled = False
  561.         Font.Charset = DEFAULT_CHARSET
  562.         Font.Color = clWindowText
  563.         Font.Height = -12
  564.         Font.Name = 'MS Shell Dlg 2'
  565.         Font.Style = []
  566.         Spacing = 5
  567.         State = kcbsUnChecked
  568.         ThemeObject = 'default'
  569.         TabOrder = 4
  570.         Transparent = True
  571.         WordWrap = False
  572.         ResourceHint = 42333
  573.       end
  574.       object cbxMsPowerpoint: TResTeCheckBox
  575.         Left = 3
  576.         Top = 123
  577.         Width = 519
  578.         Height = 20
  579.         ShowHint = True
  580.         Caption = 'Microsoft Powerpoint'
  581.         AllowGrayed = False
  582.         Alignment = kalLeftJustify
  583.         Checked = False
  584.         Enabled = False
  585.         Font.Charset = DEFAULT_CHARSET
  586.         Font.Color = clWindowText
  587.         Font.Height = -12
  588.         Font.Name = 'MS Shell Dlg 2'
  589.         Font.Style = []
  590.         Spacing = 5
  591.         State = kcbsUnChecked
  592.         ThemeObject = 'default'
  593.         TabOrder = 5
  594.         Transparent = True
  595.         WordWrap = False
  596.         ResourceHint = 42334
  597.       end
  598.     end
  599.   end
  600.   object TeFrmInternetExplorer: TTeForm2
  601.     ThemeObject = 'StandardDialog'
  602.     Left = 7
  603.     Top = 420
  604.   end
  605. end
  606.